home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Developer Utilities / Installer 4.0.3 SDK / Script Examples / Install PowerMac [ compressed ] / NotPPC / NotPPC.make < prev    next >
Encoding:
Text File  |  1994-11-15  |  563 b   |  25 lines  |  [TEXT/MPS ]

  1. #   File:       NotPPC.make
  2. #   Target:     NotPPC
  3. #   Sources:    NotPPC.c NotPPC.r
  4. #   Created:    Thursday, May 27, 1993 9:48:50
  5. #   Modified:   Wednesday, August 11, 1993 10:23:44
  6.  
  7.  
  8. OBJECTS = NotPPC.c.o
  9.  
  10.  
  11. NotPPC ƒƒ NotPPC.make {OBJECTS}
  12.     Link -t APPL -c 'GDED'                ∂
  13.         -sg NotPPC=Main,%A5Init            ∂
  14.         {OBJECTS}                        ∂
  15.         "{Libraries}"Runtime.o            ∂
  16.         "{Libraries}"Interface.o        ∂
  17.         -o NotPPC
  18.  
  19. NotPPC.c.o ƒ NotPPC.make NotPPC.c
  20.      C -r  NotPPC.c -i "{MPW}Interfaces:CIncludes:"
  21.  
  22. NotPPC ƒƒ NotPPC.make NotPPC.r
  23.     Rez NotPPC.r -append -d SystemSevenOrLater=1 -o NotPPC
  24.  
  25.